home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000770_yuji@chem.duke.edu_Wed Jul 13 14:15:34 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from duke.cs.duke.edu by cs.umb.edu with SMTP id AA03374
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 14 Jul 1994 02:38:06 -0400
  3. Received: from london.chem.duke.edu
  4.     by duke.cs.duke.edu (5.65/3.9G/4.1.3)
  5.     id AA04470; Wed, 13 Jul 94 18:15:36 -0400
  6. Received: from affymax.chem.duke.edu
  7.     by london.chem.duke.edu (5.64/1.19LP/4.1.1)
  8.     id AA13307; Wed, 13 Jul 94 18:15:36 -0400
  9. Received: by affymax.chem.duke.edu (5.64/2.12L/4.1)
  10.     id AA01903; Wed, 13 Jul 94 18:15:34 -0400
  11. Date: Wed, 13 Jul 94 18:15:34 -0400
  12. From: yuji@chem.duke.edu (Yuji Shinozaki)
  13. Message-Id: <9407132215.AA01903@affymax.chem.duke.edu>
  14. To: tex-k@cs.umb.edu
  15. Subject: First-timer: Installation on SunOS 4.1.3
  16.  
  17.  
  18. Probably an FAQ, if so please nudge me in the right direction:
  19. I have not seen this mentioned in the tex-FAQ's.
  20.  
  21. I have download the tex-k packages and tried to folow the standard make
  22. procedures (SunOS 4.1.3 on an SS-2, gcc 2.5.8). The detailed steps are 
  23. included below.
  24.  
  25. As per a readme from ftp.cs.umb.edu, I have substituted the kpathsea from
  26. the xdvik-1.8. The short story is that I get this error in the make:
  27.  
  28. gcc  -I. -I. -I.. -I./..    -g  -c dir.c
  29. In file included from dir.c:22:
  30. ../kpathsea/dir.h:48: parse error before `*'
  31. ../kpathsea/dir.h:48: warning: data definition has no type or storage class
  32. ../kpathsea/dir.h:49: parse error before `*'
  33. make[1]: *** [dir.o] Error 1
  34. make: *** [do-kpathsea] Error 1
  35.  
  36. Suggestions?
  37.  
  38. I also had compilation problems using the kpathsea in the original dist.
  39.  
  40. Thanks in advance,
  41. yuji
  42. ----
  43. Yuji Shinozaki              Computer Systems Manager
  44. (919)660-1514               Box 90347 / Dept of Chemistry
  45. yuji@chem.duke.edu          Duke University
  46. http://www.chem.duke.edu    Durham, NC 27708-0347   
  47.  
  48.  
  49.  
  50. Details:
  51.  
  52. 1) downloaded the following tars from ftp.cs.umb.edu:
  53. web2c-6.1.tar.gz
  54. web-6.1.tar.gz
  55. xdvik-1.8.tar.gz
  56. dvipsk-5.55a.tar.gz
  57.  
  58. first try:
  59. 2) untarred web2c and web on top of each other
  60. 3) untarred xdvik and dvips separately
  61. 4) in the web2c-6.1 directory: "configure --prefix=/usr/local/TeX"
  62. 5) "make"    --->  got error:
  63. gcc -g  -c alloca.c
  64. make[2]: *** No way to make target `configure.in'.  Stop.
  65. make[1]: *** [do-lib] Error 1
  66.  
  67. After an afternoon of trying to fuss with the Makefiles, auto-c.h,
  68. configure etc...
  69.  
  70. second try:
  71. 6) untarred web and web2c
  72. 7) rm'ed kpathsea subdir from web2c-6.1 dir
  73. 8) copied xdvik-1.8/kpathsea to web2c-6.1 dir
  74. 9) patched ourpaths.c (as per readme web2c.help.kpathsea)
  75. 10) touched web2c/configure and kpathsea/configure
  76. 11) "configure --prefix /usr/local/TeX"
  77. 12) make  --> error (as stated above):
  78. gcc  -I. -I. -I.. -I./..    -g  -c dir.c
  79. In file included from dir.c:22:
  80. ../kpathsea/dir.h:48: parse error before `*'
  81. ../kpathsea/dir.h:48: warning: data definition has no type or storage class
  82. ../kpathsea/dir.h:49: parse error before `*'
  83. make[1]: *** [dir.o] Error 1
  84. make: *** [do-kpathsea] Error 1
  85.  
  86. Lots of futile fiddling and remaking deleted...
  87.  
  88.  
  89.  
  90.